home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / MEMORY / VIRTUASRC / !StartTask / !Run < prev    next >
Text File  |  1993-08-16  |  1KB  |  27 lines

  1. | > !Run
  2. |
  3. | !Boot obey file for Virtual startup application
  4. | Part of the !Virtual package
  5. | By Nick Smith <nas20@cus.cam.ac.uk>, 1993
  6. |
  7. RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later versions
  8.  
  9. IconSprites <Obey$Dir>.!Sprites
  10. Set StartTask$Dir <Obey$Dir>
  11.  
  12. If "<System$Path>" = "" Then Error 0 System resources cannot be found
  13. If "<Swap$Path>" = "" Then Error 0 Virtual swap area cannot be found
  14. WimpSlot -min 128k -max 128k
  15.  
  16. RMEnsure FrontEnd 0 System:modules.frontend
  17. RMEnsure Frontend 1.13 Error You need at least FrontEnd 1.13 to run !StartTask
  18. RMEnsure DDEUtils 0 System:modules.ddeutils
  19. RMEnsure DDEUtils 1.50 Error You need at least DDEUtils 1.50 to run !StartTask
  20. RMEnsure Virtual 0 If "<Virtual$Dir>"="" Then Error 0 !Virtual application can't be found
  21. WimpSlot -min 128k -max 128k
  22. RMEnsure Virtual 0 RMLoad <Virtual$Dir>.Virtual
  23. RMEnsure Virtual 0.33 Error You need at least Virtual 0.33 to run !StartTask
  24.  
  25. WimpSlot -min 32k -max 32k
  26. FrontEnd_Start -app StartTask -desc <StartTask$Dir>.desc
  27.